home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / dbase / ssql31b.zip / READ.ME < prev   
Text File  |  1992-08-18  |  2KB  |  48 lines

  1. *****************************************
  2. * FOR INSTALLATION DETAILS TYPE INSTALL *
  3. *****************************************
  4.  
  5. *** QUICK START (DETAILS IN DOCUMENTATION)
  6. SSQL
  7. (TYPE A COMMAND, SUCH AS)
  8. SELECT *
  9. FROM BRANCH;
  10. (NOW PROCESS THE COMMAND BY PRESSING)
  11. F4
  12. (The response will be in the text box on the right.  To close it press Alt-F3)
  13.  
  14. A fast way to erase the current query
  15. (assuming the cursor is at the end of the query)
  16. Shift-PgUp
  17. Del
  18.  
  19. *** Output limit under SQL
  20. The output of the select command is brought into an editing window.  There
  21. is a 65,000 character limit to the editing window.  Anything above that will
  22. get a "memory error". Since the output is put in a file called  QUERY.TXT, you
  23. can edit it with any text editor/word processor that can handle large files.
  24. If you use SSQLENG directly the limit to the output is about 320,000 characters.
  25. However, the size of the input tables remains UNLIMITED.
  26.  
  27. Possible bug with mouse in VGA mode
  28. If the mouse only goes down 25 lines when you are in VGA mode, do the following:
  29. ALT-F, D        (to shell to DOS)
  30. exit            (to get back to the program)
  31. That should clear it unless you have a very old mouse driver.
  32.  
  33. Time-consuming queries
  34. If your query takes a relatively long time (over 1000 tests), the word WORKING,
  35. followed by a dot '.' for every thousand tests, will appear to let you know
  36. that the computer has not locked up, it is just taking a while to evaluate
  37. the query.
  38.  
  39. ****** IF YOU HAVE A PC XT COMPATIBLE AND/OR NO HARD DISK *****
  40. You may find SSQL a bit slow since every time you process a command, it has
  41. to start SSQLENG.  You can use SSQLENG directly which will greatly speed
  42. processing on slow machines.  See page INTRO-4 for a brief description of
  43. SSQLENG, page WORD-1 and SCRIPT-1 for some hints to make working with
  44. SSQLENG easier.
  45. HERCULES CARD
  46. If you have a Hercules card, start SSQL with:
  47. SSQL /L
  48.